home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / mint / •emacs < prev    next >
Lisp/Scheme  |  1993-10-14  |  235b  |  9 lines

  1. (setq c-indent-level 8)
  2. (setq c-label-offset -8)
  3. (setq c-continued-statement-offset 8)
  4.  
  5. (global-set-key "\eA" 'previous-line)
  6. (global-set-key "\eB" 'next-line)
  7. (global-set-key "\eC" 'forward-char)
  8. (global-set-key "\eD" 'backward-char)
  9.